CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - digital signature java

搜索资源列表

  1. Java-ca

    0下载:
  2. Java数字签名,当然每个客户端还是需要安装JRE的,不过现在的浏览器安装时都已经自动安装了-Digital Signature Java, of course, each client will still need to install the JRE. But now the browser already installed in the automatic installation
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2640
    • 提供者:暗夜
  1. Digital-Signature

    0下载:
  2. 一个用C++、JAVA、C#等编写的数字签名代码序列,里面有三种不同语言写的
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:323307
    • 提供者:sgirl
  1. rmdemo.rar

    1下载:
  2. JAVA开发的,使用RSA,MD5开发的简单数字签名软件,可以用来对文件和消息做数字签名。 ,JAVA development, the use of RSA, MD5 developed a simple digital signature software, can be used for documents and information to do a digital signature.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:964177
    • 提供者:刘应
  1. DSS.rar

    0下载:
  2. 实现PKI/CA的数字签名部分,java编写,Achieve PKI/CA part of the digital signature, java prepared
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:90056
    • 提供者:lee
  1. java_DigitalSign

    2下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
  3. 所属分类:Java Develop

    • 发布日期:2015-11-02
    • 文件大小:23814
    • 提供者:张云
  1. digitalSignature

    0下载:
  2. 利用JAVA实现的数字签名程序,内附JAVA源代码及详细注释-JAVA achieved using a digital signature process, enclosing the JAVA source code and detailed notes
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:16296
    • 提供者:Keliven
  1. DigitalSignature2Example

    0下载:
  2. 用java实现的数字签名的例子,很实用,适合初学者-Achieved using java examples of digital signature, it is practical and suitable for beginners
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1142
    • 提供者:郭伟杰
  1. DSA

    0下载:
  2. java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:8543
    • 提供者:赵欢
  1. IS_Project1

    0下载:
  2. 这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1288996
    • 提供者:孙一鸣
  1. JAVAencryptoncod

    0下载:
  2. 数字签名的另一个Java代码实例,相信下载了一定有用。-Digital signature of another example of Java code, I believe that some useful downloads.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:741
    • 提供者:w
  1. 1

    0下载:
  2. 参照PGP,实现一个文件加密系统,包括对称加密,非对称加密和数字签名等功能。 可选开发语言工具:Openssl VC .net java -Reference to PGP, the realization of a file encryption system, including symmetric encryption, asymmetric encryption and digital signature functions. Optional tool for the
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6052498
    • 提供者:Albin
  1. DSA_applet

    0下载:
  2. java applet implementing the digital signature algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4113
    • 提供者:mizmiz
  1. capicom_htm_sample

    0下载:
  2. capicom 示例,IE端的数字签名控件代码示例.-capicom sample, IE side of the digital signature controls code sample.
  3. 所属分类:Browser Client

    • 发布日期:2017-03-27
    • 文件大小:17723
    • 提供者:mm
  1. tSignature

    0下载:
  2. 这里以对字符串的签名和验证为例,说明数字签名函数用法。算法为MD5WITHRSA.-Here for the signature and verification of the string as an example to illustrate usage of the digital signature function. Algorithm MD5WITHRSA.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1147
    • 提供者:mengmeng
  1. Encrypt

    0下载:
  2. Java的数字签名算法,加密算法,非常实用,可以参考一下-Java digital signature algorithm, encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:29251
    • 提供者:
  1. java

    0下载:
  2. 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-23
    • 文件大小:519461
    • 提供者:qiao
  1. java_security_sdk

    0下载:
  2. 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:212631
    • 提供者:鹿淑煜
  1. Digital-signature

    0下载:
  2. 用java 语言实现数字签名的介绍文档,对于初学数字签名的朋友,很有帮助-Digital signature
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:190382
    • 提供者:cl
  1. Digital-signature

    0下载:
  2. java实现数字签名功能 完成对数据完整性的保护-java digital signature features complete protection of data integrity
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:1928
    • 提供者:jason
  1. Java-ca

    0下载:
  2. Java数字签名,当然每个客户端还是需要安装JRE的,不过现在的浏览器安装时都已经自动安装了-Digital Signature Java, of course, each client will still need to install the JRE. But now the browser already installed in the automatic installation
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2689
    • 提供者:ernscou
« 12 3 »
搜珍网 www.dssz.com